-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ [POC] High watch timeout #151
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Stefan Büringer [email protected]
@@ -29,7 +29,7 @@ import ( | |||
) | |||
|
|||
const ( | |||
defaultClientTimeout = 10 * time.Second | |||
defaultClientTimeout = 5 * time.Second |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for debug purposes
//_, err = mapper.RESTMapping(corev1.SchemeGroupVersion.WithKind("Node").GroupKind(), corev1.SchemeGroupVersion.Version) | ||
//if err != nil { | ||
// return nil, nil, nil, errors.Wrapf(err, "error creating client for remote cluster %q: error getting rest mapping", cluster.String()) | ||
//} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for debug purposes
@@ -267,6 +267,7 @@ func setupReconcilers(ctx context.Context, mgr ctrl.Manager) { | |||
&appsv1.Deployment{}, | |||
&appsv1.DaemonSet{}, | |||
}, | |||
Indexes: []remote.Index{remote.NodeProviderIDIndex}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for debug purposes
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #